Microsoft Windows graphic

To revoke an issued certificate

Using the Windows interface

  1. Log on to the system as a Certification Authority Administrator or Certificate Manager.
  2. Open Certification Authority.
  3. In the console tree, click Issued Certificates
  4. In the details pane, click the certificate you want to revoke.
  5. On the Action menu, point to All Tasks, and click Revoke Certificate.
  6. Select the reason for revoking the certificate and click Yes.

Notes

Using a command line

  1. Open Command Prompt.
  2. Type:

    certutil -revoke SerialNumber ReasonCode

Value Description
revoke Specifies the revocation of an existing certificate.
SerialNumber Specifies the serial number of the certificate for revocation.
ReasonCode Specifies the reason code for this certificate revocation. For values, see Notes.

Notes

Related Topics